home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 1999 #2 / Amiga Plus CD - 1999 - No. 2.iso / System-Boost / Workbench / NewAppIcon / NewAppIcon / NewAppIcon.cfg < prev    next >
Text File  |  1998-08-10  |  3KB  |  68 lines

  1.  
  2. ; $VER: NewAppIcon.cfg 1.3 (27.7.98)
  3.  
  4.  
  5. ; NewAppIcon 1.5 - Configuration file
  6. ;
  7. ; This file configures which AppIcons' images should be replaced by other
  8. ; icons' images. It will be searched through from top to bottom, so if an
  9. ; AppIcon matches more than one entry, the first matching entry will be
  10. ; used.
  11. ;
  12. ; All entries in this file must match the following template:
  13. ;
  14. ;   TITLE/A,TASK/A,ICON/K,NEWTITLE/K,XPOS/K/N,YPOS/K/N
  15. ;
  16. ;
  17. ; TITLE    - DOS pattern for the AppIcon's name to match.
  18. ;
  19. ; TASK     - DOS pattern for the AppIcon's task name to match.
  20. ;
  21. ; ICON     - Path of the new icon to use as AppIcon image (".info" extension
  22. ;            not required). If this icon cannot be loaded for any reason,
  23. ;            the AppIcon will use its original image.
  24. ;            If you omit this parameter, the AppIcon will use its original
  25. ;            image.
  26. ;
  27. ; NEWTITLE - Replaces the AppIcon's original title with this one.
  28. ;            If you omit this parameter, the AppIcon will use its original
  29. ;            title.
  30. ;            Starting with version 1.5, you can insert "%s" into the string.
  31. ;            The first occurence of "%s" will then be replaced by the
  32. ;            AppIcon's original title.
  33. ;
  34. ; XPOS     - This can be used to specify a new X position for the AppIcon.
  35. ;            If you omit this parameter, the AppIcon will use its original
  36. ;            X position.
  37. ;
  38. ; YPOS     - This can be used to specify a new Y position for the AppIcon.
  39. ;            If you omit this parameter, the AppIcon will use its original
  40. ;            Y position.
  41. ;
  42. ;
  43. ; Notes: - Both TITLE *and* TASK must be matched to change an AppIcon
  44. ;          (if you don't need one of them, specify "#?" there)!
  45. ;        - Empty lines and lines starting with ";" in this file are ignored.
  46. ;        - This file will only be scanned on startup, so if you modify it,
  47. ;          you will have to quit and start NewAppIcon again. Since version
  48. ;          1.2, you can also use the RELOAD parameter; please consider the
  49. ;          documentation for more details.
  50.  
  51.  
  52. ; *************************  DEMO CONFIGURATION  *************************
  53.  
  54. ; these programs may use their original AppIcon images (and titles)
  55. #? "(#?CON|RAW|#?Opus#?|GIFToolkit|ToolManager Handler|YAM)"
  56. "(Miami|Neu:#? Gesamt:#?)" #?
  57.  
  58. ; new AppIcon image for Hexagons
  59. Hexagons #? ICON=DH1:Games/Hexagons/Hexagons.info
  60.  
  61. ; new AppIcon title for Iconian
  62. #? Iconian NEWTITLE="Iconian · %s"
  63.  
  64. ; new standard AppIcon image for all others that do not match one of the
  65. ; above entries
  66. #? #? ICON=ENV:sys/def_Tool.info
  67.  
  68.